feature: add launch method to Node class#849
Merged
clintonsteiner merged 2 commits intopycontribs:masterfrom Feb 20, 2025
Merged
feature: add launch method to Node class#849clintonsteiner merged 2 commits intopycontribs:masterfrom
clintonsteiner merged 2 commits intopycontribs:masterfrom
Conversation
Collaborator
|
This is a helpful addition - should be able to merge once #874 |
Contributor
Author
|
I just rebased the branch, however the test builds are failing due to broken (or at least not reachable) apt repositories. How do I restart them? |
Collaborator
|
#893 |
Collaborator
|
So we have this issue and the cksum is invalid causing the war file to seem corrupted - triaging with jenkins to fix |
Collaborator
|
rebase on master |
Contributor
Author
|
rebased against master |
Collaborator
|
Merged - requesting access to publish to pypi but haven't heard back from @lechat yet on that - need to release a new version as we are out of sync |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support for the
/computes/{node-name}/launchSlaveAgentendpoint. For slaves that support launching (e.g. SSH slaves), this allows triggering a new try to connect the slave with jenkins. We need this, because setting a node online does not trigger a reconnect.